MqttConnectVariableHeader

Undocumented in source.

Constructors

this
this(string name, int mqtt_version, bool hasUserName, bool hasPassword, bool isWillRetain, int willQos, bool isWillFlag, bool isCleanSession, int keepAliveTimeSeconds)
Undocumented in source.

Members

Functions

hasPassword
bool hasPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
hasUserName
bool hasUserName()
Undocumented in source. Be warned that the author may not have intended to support it.
isCleanSession
bool isCleanSession()
Undocumented in source. Be warned that the author may not have intended to support it.
isWillFlag
bool isWillFlag()
Undocumented in source. Be warned that the author may not have intended to support it.
isWillRetain
bool isWillRetain()
Undocumented in source. Be warned that the author may not have intended to support it.
keepAliveTimeSeconds
int keepAliveTimeSeconds()
Undocumented in source. Be warned that the author may not have intended to support it.
mqtt_version
int mqtt_version()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
willQos
int willQos()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta